home *** CD-ROM | disk | FTP | other *** search
- /*
- * Generated by the ICS builderXcessory (BX).
- *
- *
- * Builder Xcessory 3.0.
- *
- */
- module main_uil
- version = 'V1.0'
- names = case_sensitive
- !(BX) bx_info("include_path", ".", false )
- !(BX) bx_info("c_information", true )
- !(BX) bx_info("app_class", "Beeper", true )
- !(BX) bx_info("app_name", "beeper", true )
- !(BX) bx_info("c++_pixmaps", "defs-C.h", false )
- !(BX) bx_info("c++_utilities", "bxutil-C.C", false )
- !(BX) bx_info("c++_main", "main-C.C", true )
- !(BX) bx_info("c++_makefile", "makefile", true )
- !(BX) bx_info("c++_imakefile", "Imakefile", false )
- !(BX) bx_info("uil_utilities", "bxutil-uil.c", true )
- !(BX) bx_info("uil_constants", "main-uil.h", true )
- !(BX) bx_info("uil_callbacks", "callbacks-uil.c", true )
- !(BX) bx_info("uil_uil", "beep.uil", true )
- !(BX) bx_info("uil_main", "main-uil.c", true )
- !(BX) bx_info("uil_imakefile", "Imakefile", true )
- !(BX) bx_info("uil_makefile", "makefile-uil", true )
- !(BX) bx_info("c_utilities", "bxutil-c.c", true )
- !(BX) bx_info("c_pixmaps", "creation-c.h", true )
- !(BX) bx_info("c_callbacks", "callbacks-c.c", true )
- !(BX) bx_info("c_creation", "creation-c.c", true )
- !(BX) bx_info("c_main", "main-c.c", true )
- !(BX) bx_info("c_imakefile", "Imakefile", true )
- !(BX) bx_info("c_makefile", "makefile-c", true )
- !(BX) bx_info("app_defaults", "Beeper", true )
-
- procedure beep();
-
- list BaseStyle : arguments {
- };
-
- list BaseStyleReasons : callbacks {
- };
-
-
- !(BX)object topLevelShell : TopLevelShell widget {
- !(BX) arguments {
- !(BX) XmNx = 201;
- !(BX) XmNy = 570;
- !(BX) XmNwidth = 315;
- !(BX) XmNheight = 212;
- !(BX) };
- !(BX) controls {
- !(BX) managed XmBulletinBoard beeper;
- !(BX) };
- !(BX) callbacks {
- !(BX) };
- !(BX)};
-
- object beeper : XmBulletinBoard widget {
- arguments {
- !(BX) BxNclass = "BeeperUI";
- !(BX) BxNderived = "Beeper";
- !(BX) BxNfilebase = "Beeper";
- !(BX) BxNclassFilebase = "BeeperUI";
- !(BX) BxNclassGeometry = "315x212+238+400";
- !(BX) BxNgenerate = "True";
- !(BX) BxNpaletteGroup = "User Defined Classes";
- !(BX) BxNpaletteName = "BeeperUI";
- !(BX) BxNpalettePixmapName = "Class";
- !(BX) BxNpaletteGeom = "+0+0";
- !(BX) BxNoriginalName = "bulletinBoard";
- XmNresizePolicy = XmRESIZE_GROW;
- XmNx = 201;
- XmNy = 570;
- XmNwidth = 315;
- XmNheight = 212;
- };
- controls {
- managed XmPushButton pushButton;
- managed XmLabel label;
- };
- callbacks {
- };
- };
-
- object label : XmLabel widget {
- arguments {
- XmNlabelString = compound_string("Click To Beep");
- XmNx = 61;
- XmNy = 20;
- XmNwidth = 192;
- XmNheight = 41;
- };
- controls {
- };
- callbacks {
- };
- };
-
- object pushButton : XmPushButton widget {
- arguments {
- XmNlabelString = compound_string("Beep!");
- XmNx = 96;
- XmNy = 106;
- XmNwidth = 127;
- XmNheight = 60;
- };
- controls {
- };
- callbacks {
- XmNactivateCallback = procedure beep();
- };
- };
- end module;
-